emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
CyclicBuffer.opSlice
containers
cyclicbuffer
CyclicBuffer
buffer[i .. j]
size_t
[
2
]
opSlice
(size_t i, size_t j)
struct
CyclicBuffer
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
const nothrow pure @
safe
@
nogc
size_t
[2]
opSlice
(
size_t
k
: 0
)
(
size_t
i
,
size_t
j
)
Range
!
This
opIndex
(size_t[2] indices)
Meta
Source
See Implementation
containers
cyclicbuffer
CyclicBuffer
aliases
insert
insertAnywhere
opDollar
popBack
popFront
put
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
insertBack
insertFront
length
opIndex
opSlice
removeBack
removeFront
reserve
postblits
this(this)
structs
Range
buffer[i .. j]